Suppose we had a list of integers sorted in ascending order. How quickly could we check if a given integer is in the list?
Because the list is sorted, we can use binary search to find the item in time and additional space.
Do you have an answer?
Wanna review this one again later? Or do you feel like you got it all?
Mark as done Pin for review laterReset editor
Powered by qualified.io